From 063ac3b0747776e7ca192290b955659fee0f9a29 Mon Sep 17 00:00:00 2001 From: Ewan Mellor Date: Wed, 8 Nov 2006 12:26:34 +0000 Subject: [PATCH] cpu_weight is now an int, not a float. Signed-off-by: Ewan Mellor --- tools/python/xen/xend/XendConfig.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/python/xen/xend/XendConfig.py b/tools/python/xen/xend/XendConfig.py index 32d9f906ac..68d4e48ec6 100644 --- a/tools/python/xen/xend/XendConfig.py +++ b/tools/python/xen/xend/XendConfig.py @@ -142,7 +142,7 @@ ROUNDTRIPPING_CONFIG_ENTRIES = [ ('uuid', str), ('vcpus', int), ('vcpu_avail', int), - ('cpu_weight', float), + ('cpu_weight', int), ('memory', int), ('shadow_memory', int), ('maxmem', int), -- 2.30.2